Description: Draw a line
Mapped Command: DRAW LINE FROM
FUNCTION __DrawLine(Pos1_a,Pos1_b,Pos2_a,Pos2_b,style)
drawline(__XdGE(Pos1_b),__YdGE(Pos1_a),__XdGE(Pos2_b),__YdGE(Pos2_a),0,if(style == NIL,0,style),__DgeColor(setcolor()))
RETURN(Void)
See Also:DRAW LINE FROM
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson